home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / preseed / ltsp.seed < prev    next >
Encoding:
Text File  |  2009-03-03  |  541 b   |  10 lines

  1. # Build an LTSP client chroot.
  2. d-i    anna/choose_modules    string ltsp-client-builder
  3. d-i    ltsp-client-builder/run    boolean true
  4. # Install the Ubuntu desktop and LTSP server.
  5. tasksel    tasksel/first    multiselect ubuntu-desktop
  6. d-i    preseed/early_command    string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false ;; esac
  7. d-i    pkgsel/include    string ltsp-server-standalone openssh-server
  8. # Build a client chroot.
  9. d-i    preseed/late_command    string chroot /target /usr/sbin/ltsp-update-sshkeys
  10.